home *** CD-ROM | disk | FTP | other *** search
/ Personal Computer World 2006 December / PCWDEC06.iso / Software / Shareware / Advanced Diary v 2.0 / AdvDiary.exe / install_script.iss (.txt)
Encoding:
Inno Setup Script  |  2006-08-31  |  5.7 KB  |  93 lines

  1. ;InnoSetupVersion=4.2.6
  2. [Setup]
  3. AppName=Advanced Diary
  4. AppVerName=Advanced Diary v2.0
  5. AppId=Advanced Diary
  6. AppPublisher=CSoftLab
  7. AppPublisherURL=http://www.csoftlab.com
  8. AppSupportURL=http://www.csoftlab.com
  9. AppUpdatesURL=http://www.csoftlab.com
  10. AppMutex=AdvancedDiary_Mutex_24002
  11. DefaultDirName={pf}\Advanced Diary
  12. DefaultGroupName=Advanced Diary
  13. OutputBaseFilename=setup
  14. Compression=lzma
  15. PrivilegesRequired=none
  16. LicenseFile=embedded\License.rtf
  17. InfoAfterFile=embedded\InfoAfter.rtf
  18. WizardImageFile=embedded\WizardImage0.bmp
  19. WizardSmallImageFile=embedded\WizardSmallImage0.bmp
  20. [Files]
  21. Source: "{app}\AdvancedDiary.exe"; DestDir: "{app}"; Flags: ignoreversion 
  22. Source: "{app}\Dictionaries\american.adm"; DestDir: "{app}\Dictionaries"; Flags: ignoreversion 
  23. Source: "{app}\Dictionaries\autocorrect.adu"; DestDir: "{app}\Dictionaries"; Flags: ignoreversion 
  24. Source: "{app}\Dictionaries\Roget.adt"; DestDir: "{app}\Dictionaries"; Flags: ignoreversion 
  25. Source: "{app}\LNG_Files\English.lng"; DestDir: "{app}\LNG_Files"; Flags: ignoreversion 
  26. Source: "{app}\LNG_Files\Italian.lng"; DestDir: "{app}\LNG_Files"; Flags: ignoreversion 
  27. Source: "{app}\LNG_Files\Norwegian.lng"; DestDir: "{app}\LNG_Files"; Flags: ignoreversion 
  28. Source: "{app}\LNG_Files\Russian.lng"; DestDir: "{app}\LNG_Files"; Flags: ignoreversion 
  29. Source: "{app}\Templates\Example.rtf"; DestDir: "{app}\Templates"; Flags: ignoreversion 
  30. Source: "{app}\Backgrounds\Background-01.gif"; DestDir: "{app}\Backgrounds"; Flags: ignoreversion 
  31. Source: "{app}\Backgrounds\Background-02.gif"; DestDir: "{app}\Backgrounds"; Flags: ignoreversion 
  32. Source: "{app}\Backgrounds\Background-03.gif"; DestDir: "{app}\Backgrounds"; Flags: ignoreversion 
  33. Source: "{app}\Backgrounds\Background-04.gif"; DestDir: "{app}\Backgrounds"; Flags: ignoreversion 
  34. Source: "{app}\Backgrounds\Background-05.gif"; DestDir: "{app}\Backgrounds"; Flags: ignoreversion 
  35. Source: "{app}\Backgrounds\Background-06.gif"; DestDir: "{app}\Backgrounds"; Flags: ignoreversion 
  36. Source: "{app}\Backgrounds\Background-07.gif"; DestDir: "{app}\Backgrounds"; Flags: ignoreversion 
  37. Source: "{app}\Backgrounds\Background-08.gif"; DestDir: "{app}\Backgrounds"; Flags: ignoreversion 
  38. Source: "{app}\Backgrounds\Background-09.gif"; DestDir: "{app}\Backgrounds"; Flags: ignoreversion 
  39. Source: "{app}\Backgrounds\Background-10.gif"; DestDir: "{app}\Backgrounds"; Flags: ignoreversion 
  40. Source: "{app}\bases.tdb"; DestDir: "{app}"; Flags: ignoreversion 
  41. Source: "{app}\template.snd"; DestDir: "{app}"; Flags: ignoreversion 
  42. Source: "{app}\diary.ddb"; DestDir: "{app}"; Flags: onlyifdoesntexist 
  43. Source: "{app}\AdvancedDiary.exe.manifest"; DestDir: "{app}"; Flags: ignoreversion 
  44. Source: "{app}\file_id.diz"; DestDir: "{app}"; Flags: ignoreversion 
  45. Source: "{app}\Help.chm"; DestDir: "{app}"; Flags: ignoreversion 
  46. Source: "{app}\LICENSE.TXT"; DestDir: "{app}"; Flags: ignoreversion 
  47. Source: "{app}\readme.txt"; DestDir: "{app}"; Flags: ignoreversion 
  48. Source: "{app}\welcome.rtf"; DestDir: "{app}"; Flags: ignoreversion 
  49. Source: "{app}\midas.dll"; DestDir: "{app}"; Flags: ignoreversion 
  50. Source: "{sys}\midas.dll"; DestDir: "{sys}"; Flags: uninsneveruninstall regserver sharedfile 
  51. [Dirs]
  52. Name: "{app}"; 
  53. Name: "{app}\Export"; 
  54. Name: "{app}\TmpFiles"; 
  55. [Registry]
  56. Root: HKCU; Subkey: "Software\CSoftLab\Advanced_Diary"; Flags: uninsdeletekey 
  57. [INI]
  58. FileName: "{app}\AdvancedDiary.url"; Section: "InternetShortcut"; Key: "URL"; String: "http://www.csoftlab.com"; 
  59. [Run]
  60. Filename: "{app}\AdvancedDiary.exe"; Parameters: "/install"; Description: "{cm:LaunchProgram,Advanced Diary}"; Flags: postinstall skipifsilent nowait
  61. [Icons]
  62. Name: "{group}\Advanced Diary"; Filename: "{app}\AdvancedDiary.exe"; WorkingDir: "{app}"; 
  63. Name: "{group}\{cm:ProgramOnTheWeb,Advanced Diary}"; Filename: "{app}\AdvancedDiary.url"; WorkingDir: "{app}"; 
  64. Name: "{group}\{cm:UninstallProgram,Advanced Diary}"; Filename: "{uninstallexe}"; WorkingDir: "{app}"; 
  65. Name: "{group}\Advanced Diary Help"; Filename: "{app}\Help.chm"; WorkingDir: "{app}"; 
  66. Name: "{group}\Readme"; Filename: "{app}\readme.txt"; WorkingDir: "{app}"; 
  67. Name: "{group}\License"; Filename: "{app}\license.txt"; WorkingDir: "{app}"; 
  68. Name: "{userdesktop}\Advanced Diary"; Filename: "{app}\AdvancedDiary.exe"; WorkingDir: "{app}"; Tasks: desktopicon; 
  69. Name: "{userstartup}\Advanced Diary"; Filename: "{app}\AdvancedDiary.exe"; WorkingDir: "{app}"; Tasks: startupicon; 
  70. Name: "{userappdata}\Microsoft\Internet Explorer\Quick Launch\Advanced Diary"; Filename: "{app}\AdvancedDiary.exe"; WorkingDir: "{app}"; Tasks: quicklaunchicon; 
  71. [Tasks]
  72. Name: "startupicon"; Description: "Run Advanced Diary at Windows &Startup"; GroupDescription: "Windows Startup:"; 
  73. Name: "desktopicon"; Description: "{cm:CreateDesktopIcon}"; GroupDescription: "{cm:AdditionalIcons}"; 
  74. Name: "quicklaunchicon"; Description: "{cm:CreateQuickLaunchIcon}"; GroupDescription: "{cm:AdditionalIcons}"; 
  75. [UninstallDelete]
  76. Type: files; Name: "{app}\AdvancedDiary.url"; 
  77. Type: files; Name: "{commonstartup}\Advanced Diary.lnk"; 
  78. Type: files; Name: "{userstartup}\Advanced Diary.lnk"; 
  79. [CustomMessages]
  80. default.NameAndVersion=%1 version %2
  81. default.AdditionalIcons=Additional icons:
  82. default.CreateDesktopIcon=Create a &desktop icon
  83. default.CreateQuickLaunchIcon=Create a &Quick Launch icon
  84. default.ProgramOnTheWeb=%1 on the Web
  85. default.UninstallProgram=Uninstall %1
  86. default.LaunchProgram=Launch %1
  87. default.AssocFileExtension=&Associate %1 with the %2 file extension
  88. default.AssocingFileExtension=Associating %1 with the %2 file extension...
  89. [Languages]
  90. ; These files are stubs
  91. ; To achieve better results after recompilation, use the real language files
  92. Name: "default"; MessagesFile: "embedded\default.isl"; 
  93.